﻿2026-07-22T04:56:22.4641789Z ##[group]Run actions/checkout@v5
2026-07-22T04:56:22.4642039Z with:
2026-07-22T04:56:22.4642227Z   repository: SaberMage/spt-shell-notify
2026-07-22T04:56:22.4642475Z   path: .adapter-notify
2026-07-22T04:56:22.4644172Z   token: ***
2026-07-22T04:56:22.4644343Z   ssh-strict: true
2026-07-22T04:56:22.4644524Z   ssh-user: git
2026-07-22T04:56:22.4644703Z   persist-credentials: true
2026-07-22T04:56:22.4644908Z   clean: true
2026-07-22T04:56:22.4645084Z   sparse-checkout-cone-mode: true
2026-07-22T04:56:22.4645295Z   fetch-depth: 1
2026-07-22T04:56:22.4645466Z   fetch-tags: false
2026-07-22T04:56:22.4645652Z   show-progress: true
2026-07-22T04:56:22.4645849Z   lfs: false
2026-07-22T04:56:22.4646009Z   submodules: false
2026-07-22T04:56:22.4646196Z   set-safe-directory: true
2026-07-22T04:56:22.4646410Z   allow-unsafe-pr-checkout: false
2026-07-22T04:56:22.4646620Z env:
2026-07-22T04:56:22.4646783Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T04:56:22.4647016Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T04:56:22.4647277Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T04:56:22.4647500Z ##[endgroup]
2026-07-22T04:56:22.6301395Z Syncing repository: SaberMage/spt-shell-notify
2026-07-22T04:56:22.6303957Z ##[group]Getting Git version info
2026-07-22T04:56:22.6304547Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-22T04:56:22.6326695Z [command]/usr/bin/git version
2026-07-22T04:56:22.6361191Z git version 2.43.0
2026-07-22T04:56:22.6377601Z ##[endgroup]
2026-07-22T04:56:22.6388767Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3b71f2e3-3b69-4771-b488-e07315fabc1d' before making global git config changes
2026-07-22T04:56:22.6389706Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T04:56:22.6392093Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T04:56:22.6418326Z ##[group]Initializing the repository
2026-07-22T04:56:22.6421256Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T04:56:22.6446606Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-22T04:56:22.6447250Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-22T04:56:22.6447824Z hint: of your new repositories, which will suppress this warning, call:
2026-07-22T04:56:22.6448255Z hint: 
2026-07-22T04:56:22.6448580Z hint: 	git config --global init.defaultBranch <name>
2026-07-22T04:56:22.6449033Z hint: 
2026-07-22T04:56:22.6449391Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-22T04:56:22.6449977Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-22T04:56:22.6450433Z hint: 
2026-07-22T04:56:22.6450675Z hint: 	git branch -m <name>
2026-07-22T04:56:22.6451629Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-22T04:56:22.6458360Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-22T04:56:22.6516006Z ##[endgroup]
2026-07-22T04:56:22.6516448Z ##[group]Disabling automatic garbage collection
2026-07-22T04:56:22.6519261Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T04:56:22.6544768Z ##[endgroup]
2026-07-22T04:56:22.6545162Z ##[group]Setting up auth
2026-07-22T04:56:22.6549733Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T04:56:22.6575546Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T04:56:22.6782030Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T04:56:22.6808224Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T04:56:22.6999266Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T04:56:22.7024509Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T04:56:22.7216104Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T04:56:22.7245242Z ##[endgroup]
2026-07-22T04:56:22.7245631Z ##[group]Determining the default branch
2026-07-22T04:56:22.7248222Z Retrieving the default branch name
2026-07-22T04:56:23.2242303Z Default branch 'main'
2026-07-22T04:56:23.2242832Z ##[endgroup]
2026-07-22T04:56:23.2243140Z ##[group]Fetching the repository
2026-07-22T04:56:23.2247739Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-22T04:56:23.8166656Z From https://github.com/SaberMage/spt-shell-notify
2026-07-22T04:56:23.8167122Z  * [new branch]      main       -> origin/main
2026-07-22T04:56:23.8185523Z ##[endgroup]
2026-07-22T04:56:23.8185831Z ##[group]Determining the checkout info
2026-07-22T04:56:23.8187883Z ##[endgroup]
2026-07-22T04:56:23.8194830Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T04:56:23.8226669Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T04:56:23.8251850Z ##[group]Checking out the ref
2026-07-22T04:56:23.8255225Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T04:56:23.8292326Z Switched to a new branch 'main'
2026-07-22T04:56:23.8292649Z branch 'main' set up to track 'origin/main'.
2026-07-22T04:56:23.8296099Z ##[endgroup]
2026-07-22T04:56:23.8331746Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T04:56:23.8356865Z ee2d37eadc730c0019e0af82d683074c509634a2
